home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dial32.arc / DIAL.DOC < prev    next >
Text File  |  1989-04-25  |  6KB  |  136 lines

  1. ***************************************************************************
  2. DIAL: Phone dialer with call log, mouse support and demon-dialer.   v3.2
  3.       Major rewrite update 04/15/89, see MODEM INITIALIZATION CODES
  4. ***************************************************************************
  5.  
  6. LIMITATIONS
  7.  The directory will hold no more than 480 names. If you know more people than 
  8.  that, run for office. Your modem must use the Hayes command set (it probably 
  9.  does), and have the extended response set called X6 in the initialization
  10.  string. It turns out not all Hayes compatible modems have this. In that case,
  11.  I don't know what will happen when you run the program. See your modem
  12.  manual for some indication of what RESULT CODES the modem will return. If
  13.  X4 is the highest number listed, then you are probably out of luck.
  14.  
  15. OPERATION
  16.  Type DIAL then H inside the program for help. If this is the first time you 
  17.  are using DIAL, it is important to type DIAL MAKE to create a new directory
  18.  of delete the DIAL.DAT directory after experimenting with this sample 
  19.  Directory. 
  20.  
  21. FULL SCREEN MODE
  22.  All the features discussed below are available from inside the program in FULL 
  23.  SCREEN MODE or from the DOS COMMAND LINE. 
  24.  
  25. MOUSE SUPPORT 
  26.  Dial 3 supports use of a mouse to select commands and names from the directory 
  27.  page on the screen. Double click any mouse button while pointing at the name 
  28.  or number to be dialed. Use the [PgUp] [PgDn] [Home] and [End] keys to change 
  29.  the directory page. Click on any command on line 2 command line to activate.
  30.  
  31. DOS LINE COMMANDS
  32.  Type DIAL plus:
  33.  
  34.      MAKE = make your initial directory, DO NOT USE AGAIN unless starting over
  35.      name = one word as it appears in directory (capitals or lowercase OK)
  36.             partial unique first few letters of name may be used
  37.    number = dial a number not in the directory
  38.     @list = dial names from a list file (see below)
  39.     *name = dial prefix before name (no space)
  40.   *number = dial prefix before number (no space)
  41.  
  42.  NOTE:  Use - (hyphen) for 2 second pause between numbers as they dial
  43.         to get past switchboard delays. 
  44.  
  45. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  46.             To hang up modem, just hit any key 
  47.             AFTER number is dialed AND receiver is picked up.  
  48.             To cancel call, hit any key at any time without
  49.             picking up receiver.
  50. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  51.  
  52. PARTIAL NAME FEATURE
  53.  You can use a partial name when dialing, as long as what you provide is 
  54.  unique, WES identifies WESSON DAVID but not if WESSINSKI JOHN is present 
  55.  in the directory.  
  56.  
  57. PHONE USAGE LOG 
  58.  This facility asks you if you would like to log the time and duration of 
  59.  your call. It can be bypassed if the call is not answered or for any other 
  60.  reason.  The phone log is stored in DIAL.LOG, which can be viewed with the
  61.  regular DOS command, TYPE DIAL.LOG or edited using any ASCII editor. As far 
  62.  as I know, this is the only phone dialer which has this facility, enjoy it. 
  63.  Sorry to say, your computer remains tied up during your call.  
  64.  
  65. PHONE DIAL LIST  
  66.  This facility permits you to make a call list file which the DIAL program 
  67.  will use as a temporary replacement for the main DIAL.DAT Directory. The
  68.  list may be any legal filename and path. Activate the list with the command    
  69.  DIAL @filename     which is the filename preceded by @ If a call is answered, 
  70.  you will have the option of LOGGING the call in DIAL.LOG.
  71.  
  72. PREFIX CODE
  73.  You may specify a PREFIX CODE to be dialed before any number. Use Settings 
  74.  Port option to set the code, then put * before any name or number. Note: no 
  75.  space between * and name or number. Use - hyphen to add pauses to code. This 
  76.  feature will be useful in offices with switchboards or dial-out codes.  
  77.  
  78. SETTINGS
  79.  The default path (drive or subdirectory) for all files created by DIAL, except 
  80.  DIAL.DAT amy be set using the Settings option. DIAL.DAT must be in the same 
  81.  drive or directory as the one from which DIAL is called. Mouse support may be
  82.  turned on and off in the Settings menu. DO NOT turn Mouse on if you do not 
  83.  have a mouse driver loaded and active. Colors and beep sound may also be set 
  84.  using the Settings command option. 
  85.  
  86. MODEM INITIALIZATION CODES
  87.  The author has discovered that not all Hayes "compatible" modems use the same 
  88.  register and initialization codes. If the default codes "Q0 V1 X6 S0=0" do
  89.  not 1) return result codes, 2) return the codes in verbal form, 3) return a
  90.  BUSY and RING code in English, then read your modem docs and change this
  91.  setting to arrange for this to happen. Else I have no idea how to handle
  92.  non-compatibility. If you need more initialization code space than allocated
  93.  in the Settings Menu, simple enter DIAL.DAT with an ASCII editor and add the
  94.  additional codes to the top line where the initialization string appears.
  95.  
  96. TROUBLESHOOTING
  97.  For DOS 2.x : if the program locks up when loading, check the last number in 
  98.  the top line of DIAL.DAT. If it is a 0, then the mouse setting is on. If you 
  99.  do not have a mouse driver loaded and active, that is probably causing the 
  100.  problem.  
  101.  
  102.  Modems assigned to COM3: and COM4: may have to be switched to 1 or 2 to 
  103.  function. BASIC was not designed to address these ports, since the original
  104.  DOS versions did not assign these in the regular fashion.  If you get a dial 
  105.  error message when dialing the modem, there is a chance the modem is not 
  106.  entirely compatible with BASIC's way of addressing it. I have this problem 
  107.  with one of my modems, but not the other and have no idea what to do about it. 
  108.  Let me know if you figure it out.  
  109.  
  110. (c) 1989 David A. Wesson
  111.          238 S. Quaker Lane
  112.          West Hartford, CT 06119
  113.          203-523-1873
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.